Blackjack ReadMe
=================
	
This is a simple version of the casino game also known as "21", and demonstrates the use of the MenuBar control.


Playing the Game
=================
* To start the game - click on the MenuBar item "Game" and select the "Start" option
* To end the game - click on the MenuBar item "File" and select the "Exit" option  
* To draw a card - click on the "Hit Me" button
* To stay - click on the "Stay" button

Objective:

The objective of the game is to beat the dealer's card hand without going over 21.

Rules:

* The dealer must draw a card until the dealer's hand is at least 17.
* The player can elect to draw as many cards as he/she chooses to draw.	   	
* The dealer and the player can only draw up to 5 cards total.
* If the player or dealer gets "blackjack" or "21" with the initial two cards,
  then that person wins. If both players get "blackjack" or "21", then it is called a
  "Push" and nobody wins.
* If the dealer or player draws a card and is over the limit of 21 then the other player wins.
  

Additional Notes
=================
This sample will run on the emulator.

In order for this game to run the smile2.bmp must be installed on the device in the same directory as the .ebp file.

For more information on the MenuBar control, see the eMbedded Visual Basic online documentation.